home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 3-Presentations / Markets / Education / HyperCard In Education / HyperLION / card_3954.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  152 lines

  1. -- card: 3954 from stack: in
  2. -- bmap block id: 5390
  3. -- flags: 0000
  4. -- background id: 2709
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=7 top=23 right=283 bottom=507
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=91 top=317 right=338 bottom=126
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 256
  32. -- line height: 16
  33. -- part name: page #
  34. ----- HyperTalk script -----
  35. on openCard
  36.   put 2 into card field "page #"
  37. end openCard
  38.  
  39.  
  40. -- part 4 (button)
  41. -- low flags: 00
  42. -- high flags: 8002
  43. -- rect: left=324 top=103 right=121 bottom=448
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: a far larger house
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   show card field "answer 1"
  55.   show card button "finished"
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 5 (field)
  61. -- low flags: 80
  62. -- high flags: 4002
  63. -- rect: left=112 top=261 right=342 bottom=406
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 0
  67. -- font id: 3
  68. -- text size: 12
  69. -- style flags: 256
  70. -- line height: 16
  71. -- part name: answer 1
  72.  
  73.  
  74. -- part 6 (button)
  75. -- low flags: 00
  76. -- high flags: 8002
  77. -- rect: left=135 top=168 right=186 bottom=175
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Peter
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   show card field "answer 2"
  89.   show card button "finished"
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 7 (field)
  95. -- low flags: 80
  96. -- high flags: 4002
  97. -- rect: left=111 top=262 right=342 bottom=406
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 0
  101. -- font id: 3
  102. -- text size: 12
  103. -- style flags: 256
  104. -- line height: 16
  105. -- part name: answer 2
  106.  
  107.  
  108. -- part 8 (button)
  109. -- low flags: 80
  110. -- high flags: A002
  111. -- rect: left=344 top=323 right=340 bottom=404
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: finished
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   hide card field "answer 2"
  123.   hide card field "answer 1"
  124.   hide card button "finished"
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part contents for card part 1
  130. ----- text -----
  131. heard talking here."
  132.    "No there won't," said Peter.  "I tell you this is the sort of house where no one's going to mind what we do.  Anyway, they won't hear us.  It's about ten minutes walk from here down to the dining room, and any amount of stairs and passages in between."
  133.    "What's that noise?" said Lucy suddenly.  It was    a far larger house than she had ever been in before and the thought of all those long passages and rows of doors leading into empty rooms was beginning to make her feel a little creepy.
  134.    "It's only a bird, silly," said Edmund.
  135.    "It's an owl," said  Peter.  "This is going to be a wonderful place for birds.  I shall go to bed now.  I say, let's go and explore to-morrow.  You might find anything in a place like this.  Did you see those mountains as we came along?  And the woods?  There might be eagles.  There might be stags.  There'll be hawks."
  136.    "Badgers!" said Lucy.
  137.    "Snakes!" said Edmund.
  138.  
  139.  
  140. -- part contents for card part 2
  141. ----- text -----
  142. 4
  143.  
  144. -- part contents for card part 5
  145. ----- text -----
  146. What would make a big house like this fun to live in?
  147. I could have a room far away from my brother.
  148.  
  149. -- part contents for card part 7
  150. ----- text -----
  151. Why is Peter so excited about being in this place?
  152. He wants to find birds and do whatever he likes.